From b078e3a7f4c81beec255616d07ebbd3bee6fbdbe Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 31 Jan 2001 13:22:40 +0000 Subject: [PATCH] (tool-bar-add-item): Doc fix. --- lisp/toolbar/tool-bar.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/toolbar/tool-bar.el b/lisp/toolbar/tool-bar.el index 4cfff846f8a..64fcf09e644 100644 --- a/lisp/toolbar/tool-bar.el +++ b/lisp/toolbar/tool-bar.el @@ -82,9 +82,9 @@ for the fake function key in the menu keymap. Remaining arguments PROPS are additional items to add to the menu item specification. See Info node `(elisp)Tool Bar'. Items are added from left to right. -ICON is the base name of a file cnntaining the image to use. The -function will try to use first ICON.xpm, ICON.pbm then ICON.xbm using -`find-image'. +ICON is the base name of a file containing the image to use. The +function will first try to use ICON.xpm, then ICON.pbm, and finally +ICON.xbm, using `find-image'. Keybindings are made in the map `tool-bar-map'. To define items in some local map, bind `tool-bar-map' with `let' around calls of this -- 2.30.2